home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / dev / e / amigae33a.lha / E_v3.3a / Src.lha / Src / Modules / prefs / screenmode.e < prev    next >
Text File  |  1997-03-09  |  330b  |  18 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST ID_SCRM=$5343524D
  5.  
  6. OBJECT screenmodeprefs
  7.   reserved[4]:ARRAY OF LONG
  8.   displayid:LONG
  9.   width:INT  -> This is unsigned
  10.   height:INT  -> This is unsigned
  11.   depth:INT  -> This is unsigned
  12.   control:INT  -> This is unsigned
  13. ENDOBJECT     /* SIZEOF=28 */
  14.  
  15. CONST SMB_AUTOSCROLL=0,
  16.       SMF_AUTOSCROLL=1
  17.  
  18.